Returns an array of node anchor points which match current node links anchor point
Namespace: MindFusion
Assembly: MindFusion.Diagramming.Wpf
Syntax
C#
Copy Code
|
---|
public static int[] MatchPointsMinLength ( Point[] nodeAnchorPoints, int[] pointRealIndexes, Point[] fixedLinksAnchorPoints, List<Int32> usedAnchorPointIndexes ) |
Visual Basic
Copy Code
|
---|
Public Shared Function MatchPointsMinLength( _ nodeAnchorPoints() As Point, _ pointRealIndexes() As Integer, _ fixedLinksAnchorPoints() As Point, _ usedAnchorPointIndexes As List(Of Int32) _ ) As Integer() |
Parameters
Return Value
See Also